DescribeCloudProductFieldStatistics
Description
call the DescribeCloudProductFieldStatistics interface to obtain cloud product statistics.
Request Method
POST
Request Path
/apsara/route/Sas/DescribeCloudProductFieldStatistics
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
InstanceCount | integer | No sample value for this parameter. | number of all assets. |
RequestId | string | No sample value for this parameter. | request ID of the result. |
CategoryCount | string | No sample value for this parameter. | statistics on the number of different types of assets. where MachineType indicates the asset type,Count indicates the number of assets corresponding to the asset type. the following is MachineType description: 1: load balancing 2:NAT gateway 3:RDS database 4:MongoDB database |
RiskInstanceCount | integer | No sample value for this parameter. | the number of assets at risk. |
GroupedFields | struct | No sample value for this parameter. | cloud product statistics. |
Example
Successful Response example
"The successful response sample is not recognizable. Please modify API definition in API gateway before re-create the API document."
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}